home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / ops5c.zip / README < prev    next >
Text File  |  1990-05-20  |  2KB  |  39 lines

  1.  
  2.             Amiga OPS5c (V1.071a)
  3.  
  4.     The OPS5c system was originally written as part of my master's thesis
  5. requirements at the University of Texas at Austin.  While the OPS5c system
  6. may eventually become a commercial product, it is not of commercial grade in
  7. its current form.  I feel that it can be useful as is, provided one does
  8. not attempt to create large rule systems with it.  While the OPS5 language does
  9. not provide all the bells and whistles of some expert system tools, it is
  10. quite functional.  The TREAT pattern matching algorithm used in this imple-
  11. mentation is state of the art and will usually outperform any currently
  12. available algorithms on similar hardware.  The ability to execute arbitrary
  13. C code gives the system expandability and additional power, a feature sorely
  14. lacking in many current expert system shells.
  15.     See the file COPYRIGHT for the terms of this distribution.  This is my
  16. small attempt to contribute to the Amiga software community in return for some
  17. of the excellent freely-distributable software that I have received in the
  18. past.  While I can not accept contributions of money, if you like this program
  19. a short email message of thanks would be nice.  I also would like to
  20. know if you find interesting or unusual applications for it.  While it is
  21. highly unlikely that I will be able to support the Amiga version (this may be
  22. its only release), I would appreciate bug reports.
  23.     At the suggestion of some I had originally attempted to add ARexx
  24. capability to the system.  Unfortunately this proved to be more work than I
  25. had time for, given the original design of the system.  I believe that some
  26. ARexx functionality may be provided by an external function linked with the
  27. OPS5c system.  Such a function could be called by:
  28.     (call arexx <macro name> <parameters>)
  29. If someone feels ambitious and desires ARexx compatibility in addition to
  30. C function linkage, this would be an excellent enhancement.  If someone
  31. attempts this, please post it and or send me a copy.  I'd try but I'm off to
  32. other projects.
  33.  
  34. Enjoy.
  35.  
  36. Bernie Lofaso
  37.  
  38. E-mail: lofaso@titan.tsd.arlut.utexas.edu
  39.